home *** CD-ROM | disk | FTP | other *** search
- /*
- * netwrk.h
- * this file contains info needed to compile
- * player.c and laser.c
- */
-
-
- #include <fcntl.h>
- #include <dir.h>
- #include <dos.h>
- #include <stdio.h>
- #include "netbios.h"
- #include <stdlib.h>
- #include <string.h>
- #include <ctype.h>
-
- FILE *disk;
-
- int bytes;
-
- char far * message;
- char far * buf1;
- char far * buf2;
-
- NCB far * block;
-
-